home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / IMAPStart.dxr / 00021_StudentorTeacher.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  201 b   |  11 lines

  1. on mouseUp
  2.   global gTeacherCD, gMainPath
  3.   set lIntChannel to the clickOn
  4.   if lIntChannel = 3 then
  5.     set gTeacherCD to 0
  6.   else
  7.     set gTeacherCD to 1
  8.   end if
  9.   go(1, gMainPath & "timescpe")
  10. end
  11.